Fix a comment.
authorTom Tromey <tromey@redhat.com>
Wed, 3 Jul 2013 18:19:11 +0000 (12:19 -0600)
committerTom Tromey <tromey@redhat.com>
Wed, 3 Jul 2013 18:19:11 +0000 (12:19 -0600)
src/lisp.h

index 1892c5f959c1f16a6581a0107e0e2360119364b3..7a8823e6bac8483b14210bc24012c2f94d737cb2 100644 (file)
@@ -2258,8 +2258,8 @@ struct specbinding
       struct {
        /* `where' is not used in the case of SPECPDL_LET.  */
        Lisp_Object symbol, old_value, where;
-       /* Normally this is unused; but it is to the symbol's current
-          value when a thread is swapped out.  */
+       /* Normally this is unused; but it is set to the symbol's
+          current value when a thread is swapped out.  */
        Lisp_Object saved_value;
       } let;
       struct {